home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / rexmooslib.lha / MOOS / History < prev    next >
Text File  |  1997-02-03  |  4KB  |  105 lines

  1. $VER: MOOS 1.01 (30.Jan.1997)
  2.  
  3.  
  4. MOOS 1.01 (30.Jan.1997)
  5. ========================
  6.  
  7.     Added a standard installation script.
  8.     New sub-library: rexx_exec.library
  9.     New sub-library: rexx_intuition.library
  10.     New sub-library: rexx_math.library
  11.     All libraries use the standard version.revision specification.
  12.     New global history for the whole project (this file).
  13.     Created the rexxlib.lib to move all private functions in.
  14.  
  15.     rexxMOOS.library
  16.     ~~~~~~~~~~~~~~~~
  17.     v37.0 (30.Jan.1997) -- External functions' table.
  18.                            Functions may not set any result string.
  19.                            Optimized the dispatch routine.
  20.  
  21.     rexx_dos.library
  22.     ~~~~~~~~~~~~~~~~
  23.     v37.0 (29.Jan.1997) -- Minor bug fixed into ReadArgs()
  24.                            SetVar(), GetVar(), DeleteVar()
  25.                            All functions read the RexxArg structure.
  26.                            WriteBlock() has only "Append/S" as option.
  27.                            Examine() and ExAll() return more informations.
  28.                            ReadBlock() has only the "Del=Delete/S" option.
  29.                            Info()
  30.  
  31.     rexx_exec.library
  32.     ~~~~~~~~~~~~~~~~~
  33.     v37.0 (29.Jan.1997) -- AvailMem(), Reboot(), FlushMem()
  34.  
  35.     rexx_intuition.library
  36.     ~~~~~~~~~~~~~~~~~~~~~~
  37.     v37.0 (31.Jan.1997) -- First public release.
  38.                            GetPubScreen(), SetPubScreen()
  39.                            WBenchScreen() replace OpenWB() and CloseWB()
  40.                            ScreenToBack() and ScreenToFront() removed.
  41.     v0.10 (15.Jan.1997) -- Internal release.
  42.                            Beep(), ScreenToBack(), ScreenToFront()
  43.                            CloseWB(), OpenWB()
  44.  
  45.     rexx_math.library
  46.     ~~~~~~~~~~~~~~~~~
  47.     v37.0 (30.Jan.1997) -- Improved the dispatch function.
  48.                            acosh(), asinh(), atanh(), nint(), ceil(),
  49.                            floor(), sec(), csc()
  50.     v0.10 (15.Jan.1997) -- First internal release.
  51.                            A special dispatch function.
  52.                            abs(), acos(), asin(), atan(), atan2()
  53.                            cos(), cosh(), cot(), exp(), log(), log10()
  54.                            pow(), sin(), sinh(), sqrt(), tan(), tanh()
  55.  
  56.     rexx_stem.library
  57.     ~~~~~~~~~~~~~~~~~
  58.     v37.0 (29.Jan.1997) -- Enhanced the internal functions.
  59.  
  60.  
  61.  
  62. MOOS 1.00 (24.Jan.1997)
  63. ========================
  64.  
  65.     rexxMOOS.library
  66.     ~~~~~~~~~~~~~~~~
  67.     v1.00 (24.Jan.1997) -- Bug fixed in the "RESULT" string.
  68.                            Minor bug fixed into the internal ReadArgs()
  69.                            Enhanced the main dispatch function.
  70.                            Bug fixed in the argument checking section.
  71.     v0.80 (07.Jan.1997) -- First internal release, based on the old
  72.                            rexx_stem.library
  73.  
  74.     rexx_dos.library
  75.     ~~~~~~~~~~~~~~~~
  76.     v1.00 (23.Jan.1997) -- AddBuffers() replaced with 'dos/AddBuffers'()
  77.     v0.83 (19.Jan.1997) -- First public release.
  78.                            WriteBlock(), ReadBlock()
  79.                            ExAll(), Examine(), ReadArgs()
  80.     v0.82 (12.Jan.1997) -- MatchPattern()
  81.     v0.81 (10.Jan.1997) -- AddPart(), SplitPath()
  82.     v0.80 (09.Jan.1997) -- rexx_dos.library becomes a sub-library of
  83.                            the new rexxMOOS.library
  84.                            Delay(), AddBuffers()
  85.  
  86.     rexx_stem.library
  87.     ~~~~~~~~~~~~~~~~~
  88.     v0.81 (11.Jan.1997) -- First public release.
  89.                            StemRead(), StemWrite()
  90.                            Added the option "Delete/S" to StemRead()
  91.     v0.80 (08.Jan.1997) -- rexx_stem.library becomes a sub-library of
  92.                            the new rexxMOOS.library
  93.                            Changed all function names *Stem ==> Stem*
  94.     v0.13 (26.Nov.1996) -- Added "Case/S" to SortStem().
  95.                            First beta-release in AREXX and AREXX.AMY
  96.                            RemoveStem()
  97.     v0.12 (25.Nov.1996) -- CopyStem()
  98.                            Added "NoDupes/S" to SortStem()
  99.     v0.11 (24.Nov.1996) -- Improved InsertStem(), SearchStem()
  100.                            SortStem()
  101.     v0.10 (22.Nov.1996) -- InsertStem(), SearchStem()
  102.                            Added the ReadArgs() support.
  103.  
  104.  
  105.